home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 743 / foco / foco.ne < prev    next >
Text File  |  1995-03-18  |  5KB  |  180 lines

  1. .so tex:nro/an
  2. .TH FOCO 1 "AMIGA User's Manual" "© by Michael Balzer" "Version 1.2"
  3. .de cmd
  4. !sp $1;!ne 2;!ti -5;!bo "$0
  5. .en
  6. .de fun
  7. .sp $1;.ne 2;.ti -5;.bo "$0
  8. .en
  9. .SH NAME
  10.  
  11. FoCo - Disk Formatting Controller
  12.  
  13. .SH SYNOPSIS
  14.  
  15. .in +5;.ta +0;.ti -5
  16. .bo "FoCo@t[DRIVE=n] [NAME=...] [FLAGS=...]
  17. .bo "[CX_POPUP=YES|NO] [CX_POPKEY=...] [CX_PRIORITY=n]
  18. .bo "[LANGUAGEFILE=...]
  19. .in -5;.ta
  20.  
  21. .SH DESCRIPTION
  22.  
  23. .ul "FoCo
  24. means "Format-Controller" and has been developed for three reasons:
  25. .in +5;.ta +0;.cc !
  26. !*---------------------------*
  27. !cmd 1.
  28. @tThe Workbench won't give you all formatting options (see CLI).
  29. !*---------------------------*
  30. !cmd 2.
  31. @tMy comp should be intelligent enough to guess that I want to
  32. format an unformatted disk (see Mac).
  33. !*---------------------------*
  34. !cmd 3.
  35. @tI wanted to exercise some 2.0 programming.
  36. !*---------------------------*
  37. !cc
  38. .in -5;.PP
  39. The third one is the essential reason... therefore FoCo will only operate on
  40. AmigaDOS 2.0.  The source is a little bit confused but will do as an
  41. example - at least as a bad one 8-).
  42.  
  43. .SH LEGAL STUFF
  44.  
  45. .ul "FoCo 1.2
  46. is FreeWare and copyrighted by me, the author.  Permission is granted to
  47. Freely Distribute this program, but you may not remove any files of this
  48. original release, nor may you sell FoCo on a disk which costs more than
  49. twice the actual average PD disk price.  In Germany this means, that the
  50. upper limit for the price is DM 5,-.
  51.  
  52. Permission is especially granted to Fred Fish for inclusion of this
  53. software in his AmigaLibDisk series.
  54.  
  55. Any part of the source code may be used/recycled without restrictions.
  56.  
  57. .SH STARTING
  58.  
  59. You can start FoCo from Workbench, either directly via double click or
  60. during startup by placing it in the WBStartup drawer.
  61. A second start will pop up the control window (supposing that's what you
  62. want to have at that moment).
  63.  
  64. .SH OPERATION
  65.  
  66. When you insert a disk which DOS marks as 'BAD' or 'NDOS', FoCo will wake
  67. up and ask you whether you would like that disk to be formatted.  If you
  68. answer 'no', nothing more will happen.  Answering 'yes' will pop up FoCo's
  69. control window.
  70.  
  71. You can also pop up the control panel by pressing the hotkey (see
  72. 'ToolTypes') or by clicking on the "Show" gadget in the "Exchange" program
  73. (see 'Commodities').
  74.  
  75. Now set all formatting options.  The disk drive will be set automatically.
  76. Clicking on the close gadget will give you the option to terminate FoCo,
  77. while "Cancel" will just put it back to sleep.
  78.  
  79. You can start the formatting by either pressing the <RETURN> key in the
  80. name field or by clicking on "Format!".
  81.  
  82. The formatting process will output to its own window and run
  83. asynchronously to the FoCo process, so you can format more than one disk at
  84. a time.
  85. .ul "(Remark:
  86. This is not true with Olaf Barthel's Format replacement, as
  87. this tool has a bug which causes the system partition to be locked during
  88. the formatting, so you can't load anything from there.)
  89.  
  90. .SH TOOLTYPES
  91.  
  92. The tool types control FoCo's initial options, hotkey and language.  Use
  93. workbench's "Info" menu to set any or all of these:
  94. .in +5;.ta 32;.cc !
  95. !*---------------------------*
  96. !cmd DRIVE=n
  97. @tdefault drive number (of those
  98. @tconnected!)
  99. !*---------------------------*
  100. !cmd NAME=...
  101. @tdefault name for new disks
  102. !*---------------------------*
  103. !cmd FLAGS=...
  104. @tdefault enabled options, select from
  105. @tFFS | NOICONS | QUICK | NOVERIFY | 
  106. @tINSTALL | EJECT
  107. !*---------------------------*
  108. !cmd CX_POPUP=YES|NO
  109. @tshow control panel immediately?
  110. !*---------------------------*
  111. !cmd CX_PRIORITY=n
  112. @tdefine commodity priority
  113. !*---------------------------*
  114. !cmd CX_POPKEY=...
  115. @thotkey to pop up the control panel
  116. @t(follows commodities conventions)
  117. !*---------------------------*
  118. !cmd LANGUAGEFILE=...
  119. @tthe file containing the texts
  120. @t(Attention: has to be in the same
  121. @tdrawer, e.g. WBStartup, if you don't
  122. @tprovide the full path)
  123. !*---------------------------*
  124. !cmd DONOTWAIT
  125. @tnecessary for WBStartup
  126. !*---------------------------*
  127. !cc
  128.  
  129. .in -5;.PP
  130. FoCo won't start with an illegal hotkey description.  All tool types are
  131. optional, the default settings are:
  132.  
  133.     DRIVE=0, NAME=Empty, FLAGS=FFS|NOICONS,
  134. .br
  135.     CX_POPUP=NO, CX_POPKEY=lcommand f
  136.  
  137. and no language file (means english text). B.t.w.: The texts in the language
  138. file must remain in their order and must be seperated by ASCII 0.
  139.  
  140. .SH COMMODITIES
  141.  
  142. FoCo is fully compatible to the commodities standard.  You can control FoCo
  143. from the workbench tool "Exchange".
  144.  
  145. The gadgets "Show" and "Hide" are routed to the control panel, "Disable"
  146. detaches FoCo from the input event queue until "Enable", and "Kill"
  147. terminates FoCo completely.
  148.  
  149. .SH AUTHOR
  150.  
  151. Ok, cut it now, enough chatter ;-).  Already too much documentation for
  152. such a minitool.
  153.  
  154. Send flames to HELL:  (a soon to be released dos handler,
  155. just waiting for HEAVEN:  to be finished :-) and comments to
  156.  
  157. .ce 13
  158. balzer@@heike.informatik.uni-dortmund.de
  159. .br
  160.  
  161. or
  162.  
  163. .br
  164. M.BALZER@@AWORLD.ZER
  165. .br
  166.  
  167. or
  168.  
  169. .br
  170. Michael Balzer
  171. .br
  172. Wildermuthstr. 18
  173. .br
  174. W-5828 Ennepetal 14
  175. .br
  176. GERMANY
  177.  
  178. .br
  179. Have Fun!
  180.